Conversation
| false, | ||
| "property", | ||
| grammar("inside", | ||
| token("string", pattern(compile("(#\\s*include\\s*)(?:<.+?>|(\"|')(?:\\\\?.)+?\\2)"), true)), |
Check failure
Code scanning / CodeQL
Inefficient regular expression
| token( | ||
| "template-string", | ||
| pattern( | ||
| compile("`(?:\\\\[\\s\\S]|\\$\\{[^}]+\\}|[^\\\\`])*`"), |
Check failure
Code scanning / CodeQL
Inefficient regular expression
| GrammarUtils.require(prism4j, "clike"), | ||
| "swift", | ||
| token("string", pattern( | ||
| compile("(\"|')(\\\\(?:\\((?:[^()]|\\([^)]+\\))+\\)|\\r\\n|[\\s\\S])|(?!\\1)[^\\\\\\r\\n])*\\1"), |
Check failure
Code scanning / CodeQL
Inefficient regular expression
bccdd5d to
22596bc
Compare
AndyScherzinger
left a comment
There was a problem hiding this comment.
Added files currently ship the template SPDX header. Should update the copyright line on them.
22596bc to
d2f715c
Compare
Done. Changed to their license as stated here: https://github.com/noties/Prism4j/blob/master/README.md#license |
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
d2f715c to
72ab1d6
Compare
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16018.apk |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
This solves: #13050. @tobiasKaminsky Awesome 🚀 |
|
@tobiasKaminsky Could you rebase to latest master, this is good improvement after this we can use Since Reference: #16346 |

We use KAPT only for creating language for MarkwonGrammarLocator.
I now replaced it with pre-built version.
This saves on my machen 20s per each full run.